projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41f339d
)
[WINDOWS_NT]: Declare Vdirectory_sep_char.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 26 Apr 1996 19:53:20 +0000
(19:53 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 26 Apr 1996 19:53:20 +0000
(19:53 +0000)
src/lisp.h
patch
|
blob
|
history
diff --git
a/src/lisp.h
b/src/lisp.h
index 2bcf6bd2eebf601b7e8d46a23d8fc335c1fb35d7..79c104cc3f8beee28efe1aaad8171035b0c4bce4 100644
(file)
--- a/
src/lisp.h
+++ b/
src/lisp.h
@@
-1803,6
+1803,10
@@
extern void init_system_name ();
in addition to a device separator. Default the path separator
to '/', and don't test for a device separator in IS_ANY_SEP. */
+#ifdef WINDOWSNT
+extern Lisp_Object Vdirectory_sep_char;
+#endif
+
#ifndef DIRECTORY_SEP
#define DIRECTORY_SEP '/'
#endif